1 2 3 4 5 6
<script> import Tag from '$/components/tag/tag.svelte'; export let id; </script> <Tag id={id}/>